@charset "UTF-8";
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", arial, \5b8b\4f53, "Helvetica Neue", Helvetica, STHeiTi, sans-serif
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background-color: #f2f5fb;
	overflow-y: scroll;
	min-height: 100%;
	-moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative !important
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}
ol, ul {
	list-style: none outside none
}
a {
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: transparent
}
a:hover {
	text-decoration: none;
	cursor:pointer;
}
a:active, a:hover {
	outline: 0
}
img {
	border: 0;
	vertical-align: middle
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}


/*start 颜色可配置——初始状态样式  */
/* .head_color{
	background: #188EEE; 
}
.foot_color{
	background: #188EEE;
}
.line_color{
	border-color: #188EEE;
}
.progress_out_color{
	background: #7fbaea;
}
.progress_in_color{
	background: #0477C0;
}
.font_color{
	color: #188EEE;
}
.active_line_color{
	border-bottom:2px solid #0477c0;
}
.nav_content li a:hover, .nav li a:focus{
	 border-bottom:2px solid #0477c0; 
}
.line_color {
    border-top: 2px solid #188eee;
}
.title_line_color {
    border-left: 4px solid #188eee;
}
.user_line_color{
	border-bottom:1px solid #0477c0;
}
.user_centerline_color{
	border-right:1px solid #0477c0;
}
.nav_color{
    background: rgba(51, 122, 183, 0.8);
    background:#337ab7\9;
    filter:alpha(opacity=80)\9;
}

.studyspace_nav_color{
	 background-color: #337ab7;
}
.studyspace_nav_border_color{
 	border-bottom: 1px solid #fff;
}
.studyspace_focus_color{
	 background-color: #4caaf7;
}
.block_color{
	border: 1px solid #188eee;
}
.top_line_color{
	border-top: 1px solid #188eee;
} */
/*end 颜色可配置——初始状态样式  */
.nav_color{	
    filter:alpha(opacity=80);
}
.ie10 {  
   opacity:0.8; 
}  
.nav_border_color{
     border-bottom: 1px solid;
     border-bottom-color:rgba(255,255,255,0.5);
    border-bottom-color: #fff\9;
    filter:alpha(opacity=50)\9;
}

.clear{
	clear:both;
}
.inline{
	*display:inline !important;
}
.table td{
	color:#777;
}
a.glyphicon-play:hover{
	text-decoration:none;
	
}
.train_course th{
	font-weight: normal;
	color:#777;
}
.list_con{
	height: 5px;
    width: 5px;
    border-radius: 5px;
}
/* 弹出框样式 -start*/
.verticalAlign {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	margin-left: -1px;
}

.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.5;
	filter:alpha(opacity=50)\9;
	z-index: 2147000000;
}

.xcConfirm .popBox {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
	z-index: 2147000001;
	width: 470px;
	margin-left: -285px;
	margin-top: -150px;
	border-radius: 5px;
	font-weight: bold;
	color: #535e66;
    height: 220px;
    overflow: hidden;
}

.xcConfirm .popBox .ttBox {
	height: 50px;
    line-height: 30px;
    border-bottom: solid 1px #eef0f1;
    color: #fff!important;
    background-color: var(--navActiveBgColor)!important;
    padding: 10px 30px;
    box-sizing:border-box!important;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
}

.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: 30px;
	background: url(../images/icons_alert.png) -48px -96px no-repeat;
}

.xcConfirm .popBox .txtBox {
	margin: 28px 70px;
	height: 55px;
	overflow: hidden;
}

.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url(../images/icons_alert.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}

.xcConfirm .popBox .txtBox p {
	height: 84px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
}

.xcConfirm .popBox .txtBox p input {
	width: 364px;
	height: 30px;
	border: solid 1px #eef0f1;
	font-size: 18px;
	margin-top: 6px;
}

.xcConfirm .popBox .btnArea {
	border:none;
}

.xcConfirm .popBox .btnGroup {
	float: right;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

.xcConfirm .popBox .sgBtn.ok {
	background-color: var(--navActiveBgColor)!important;
	color: #FFFFFF;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color:  var(--navActiveBgColor)!important;
	color: #FFFFFF;
}


/* 弹出框样式 -end*/